func crypto/internal/fips140/mlkem.compress
9 uses
crypto/internal/fips140/mlkem (current package)
field.go#L76: func compress(x fieldElement, d uint8) uint16 {
field.go#L208: b[i/8] |= uint8(compress(f[i], 1) << (i % 8))
field.go#L236: b[i/2] = uint8(compress(f[i], 4) | compress(f[i+1], 4)<<4)
field.go#L264: x |= uint64(compress(f[i], 10))
field.go#L265: x |= uint64(compress(f[i+1], 10)) << 10
field.go#L266: x |= uint64(compress(f[i+2], 10)) << 20
field.go#L267: x |= uint64(compress(f[i+3], 10)) << 30
field.go#L306: c := compress(f[i], d)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |